updating oE init_curdir

init_curdir

include filesys.e 
namespace filesys 
public function init_curdir() 

returns the original current directory.

Parameters:
  1. None.
Returns:

A sequence, the current directory at the time the program started running.

Comments:

You would use this if the program might change the current directory during its processing and you wanted to return to the original directory.

Note:

This always ensures that the returned value has a trailing SLASH character.

Example 1:
res = init_curdir() -- Find the original current directory. 
Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu